[INFO] fetching crate moosicbox_opus_native 0.3.0...
[INFO] fixing moosicbox_opus_native-0.3.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate moosicbox_opus_native 0.3.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate moosicbox_opus_native 0.3.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate moosicbox_opus_native 0.3.0
[INFO] tweaked toml for crates.io crate moosicbox_opus_native 0.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate moosicbox_opus_native 0.3.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate moosicbox_opus_native 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 541345f2687129fc1eaaf22f1cc643429c0e94ffc7b37795ef7518426ab57b7a
[INFO] running `Command { std: "docker" "start" "541345f2687129fc1eaaf22f1cc643429c0e94ffc7b37795ef7518426ab57b7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "541345f2687129fc1eaaf22f1cc643429c0e94ffc7b37795ef7518426ab57b7a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "541345f2687129fc1eaaf22f1cc643429c0e94ffc7b37795ef7518426ab57b7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "541345f2687129fc1eaaf22f1cc643429c0e94ffc7b37795ef7518426ab57b7a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking moosicbox_opus_native v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `test_case`
[INFO] [stdout]    --> src/range/decoder.rs:529:9
[INFO] [stdout]     |
[INFO] [stdout] 529 |     use test_case::test_case;
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `test_case`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_case`, use `cargo add test_case` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:801:7
[INFO] [stdout]     |
[INFO] [stdout] 801 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:806:7
[INFO] [stdout]     |
[INFO] [stdout] 806 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:811:7
[INFO] [stdout]     |
[INFO] [stdout] 811 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:818:7
[INFO] [stdout]     |
[INFO] [stdout] 818 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:824:7
[INFO] [stdout]     |
[INFO] [stdout] 824 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:832:7
[INFO] [stdout]     |
[INFO] [stdout] 832 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:839:7
[INFO] [stdout]     |
[INFO] [stdout] 839 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:848:7
[INFO] [stdout]     |
[INFO] [stdout] 848 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:856:7
[INFO] [stdout]     |
[INFO] [stdout] 856 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:864:7
[INFO] [stdout]     |
[INFO] [stdout] 864 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:879:7
[INFO] [stdout]     |
[INFO] [stdout] 879 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:885:7
[INFO] [stdout]     |
[INFO] [stdout] 885 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:893:7
[INFO] [stdout]     |
[INFO] [stdout] 893 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:898:7
[INFO] [stdout]     |
[INFO] [stdout] 898 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:910:7
[INFO] [stdout]     |
[INFO] [stdout] 910 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:925:7
[INFO] [stdout]     |
[INFO] [stdout] 925 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:938:7
[INFO] [stdout]     |
[INFO] [stdout] 938 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:946:7
[INFO] [stdout]     |
[INFO] [stdout] 946 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:954:7
[INFO] [stdout]     |
[INFO] [stdout] 954 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:960:7
[INFO] [stdout]     |
[INFO] [stdout] 960 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:979:7
[INFO] [stdout]     |
[INFO] [stdout] 979 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:986:7
[INFO] [stdout]     |
[INFO] [stdout] 986 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/celt/fixed_point.rs:993:7
[INFO] [stdout]     |
[INFO] [stdout] 993 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1001:7
[INFO] [stdout]      |
[INFO] [stdout] 1001 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1010:7
[INFO] [stdout]      |
[INFO] [stdout] 1010 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1017:7
[INFO] [stdout]      |
[INFO] [stdout] 1017 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1024:7
[INFO] [stdout]      |
[INFO] [stdout] 1024 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1031:7
[INFO] [stdout]      |
[INFO] [stdout] 1031 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1042:7
[INFO] [stdout]      |
[INFO] [stdout] 1042 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1050:7
[INFO] [stdout]      |
[INFO] [stdout] 1050 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1058:7
[INFO] [stdout]      |
[INFO] [stdout] 1058 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1069:7
[INFO] [stdout]      |
[INFO] [stdout] 1069 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1076:7
[INFO] [stdout]      |
[INFO] [stdout] 1076 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1082:7
[INFO] [stdout]      |
[INFO] [stdout] 1082 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1102:7
[INFO] [stdout]      |
[INFO] [stdout] 1102 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1114:7
[INFO] [stdout]      |
[INFO] [stdout] 1114 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1137:7
[INFO] [stdout]      |
[INFO] [stdout] 1137 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1142:7
[INFO] [stdout]      |
[INFO] [stdout] 1142 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1153:7
[INFO] [stdout]      |
[INFO] [stdout] 1153 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1162:7
[INFO] [stdout]      |
[INFO] [stdout] 1162 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1172:7
[INFO] [stdout]      |
[INFO] [stdout] 1172 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1180:7
[INFO] [stdout]      |
[INFO] [stdout] 1180 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1187:7
[INFO] [stdout]      |
[INFO] [stdout] 1187 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1199:7
[INFO] [stdout]      |
[INFO] [stdout] 1199 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1213:7
[INFO] [stdout]      |
[INFO] [stdout] 1213 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1222:7
[INFO] [stdout]      |
[INFO] [stdout] 1222 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1231:7
[INFO] [stdout]      |
[INFO] [stdout] 1231 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1239:7
[INFO] [stdout]      |
[INFO] [stdout] 1239 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1250:7
[INFO] [stdout]      |
[INFO] [stdout] 1250 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1257:7
[INFO] [stdout]      |
[INFO] [stdout] 1257 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1265:7
[INFO] [stdout]      |
[INFO] [stdout] 1265 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1275:7
[INFO] [stdout]      |
[INFO] [stdout] 1275 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1291:7
[INFO] [stdout]      |
[INFO] [stdout] 1291 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1302:7
[INFO] [stdout]      |
[INFO] [stdout] 1302 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/fixed_point.rs:1310:7
[INFO] [stdout]      |
[INFO] [stdout] 1310 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1280:7
[INFO] [stdout]      |
[INFO] [stdout] 1280 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1292:7
[INFO] [stdout]      |
[INFO] [stdout] 1292 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1301:7
[INFO] [stdout]      |
[INFO] [stdout] 1301 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1319:7
[INFO] [stdout]      |
[INFO] [stdout] 1319 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1327:7
[INFO] [stdout]      |
[INFO] [stdout] 1327 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1341:7
[INFO] [stdout]      |
[INFO] [stdout] 1341 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1351:7
[INFO] [stdout]      |
[INFO] [stdout] 1351 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1358:7
[INFO] [stdout]      |
[INFO] [stdout] 1358 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1365:7
[INFO] [stdout]      |
[INFO] [stdout] 1365 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1378:7
[INFO] [stdout]      |
[INFO] [stdout] 1378 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1395:7
[INFO] [stdout]      |
[INFO] [stdout] 1395 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1404:7
[INFO] [stdout]      |
[INFO] [stdout] 1404 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1412:7
[INFO] [stdout]      |
[INFO] [stdout] 1412 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1426:7
[INFO] [stdout]      |
[INFO] [stdout] 1426 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1440:7
[INFO] [stdout]      |
[INFO] [stdout] 1440 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1452:7
[INFO] [stdout]      |
[INFO] [stdout] 1452 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1463:7
[INFO] [stdout]      |
[INFO] [stdout] 1463 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1478:7
[INFO] [stdout]      |
[INFO] [stdout] 1478 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1488:7
[INFO] [stdout]      |
[INFO] [stdout] 1488 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1496:7
[INFO] [stdout]      |
[INFO] [stdout] 1496 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1518:7
[INFO] [stdout]      |
[INFO] [stdout] 1518 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1538:7
[INFO] [stdout]      |
[INFO] [stdout] 1538 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1558:7
[INFO] [stdout]      |
[INFO] [stdout] 1558 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1565:7
[INFO] [stdout]      |
[INFO] [stdout] 1565 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1574:7
[INFO] [stdout]      |
[INFO] [stdout] 1574 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1581:7
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1598:7
[INFO] [stdout]      |
[INFO] [stdout] 1598 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1615:7
[INFO] [stdout]      |
[INFO] [stdout] 1615 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1633:7
[INFO] [stdout]      |
[INFO] [stdout] 1633 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1647:7
[INFO] [stdout]      |
[INFO] [stdout] 1647 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1657:7
[INFO] [stdout]      |
[INFO] [stdout] 1657 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1669:7
[INFO] [stdout]      |
[INFO] [stdout] 1669 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1685:7
[INFO] [stdout]      |
[INFO] [stdout] 1685 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1701:7
[INFO] [stdout]      |
[INFO] [stdout] 1701 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1707:7
[INFO] [stdout]      |
[INFO] [stdout] 1707 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1715:7
[INFO] [stdout]      |
[INFO] [stdout] 1715 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1721:7
[INFO] [stdout]      |
[INFO] [stdout] 1721 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1734:7
[INFO] [stdout]      |
[INFO] [stdout] 1734 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1752:7
[INFO] [stdout]      |
[INFO] [stdout] 1752 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1763:7
[INFO] [stdout]      |
[INFO] [stdout] 1763 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1773:7
[INFO] [stdout]      |
[INFO] [stdout] 1773 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1781:7
[INFO] [stdout]      |
[INFO] [stdout] 1781 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1790:7
[INFO] [stdout]      |
[INFO] [stdout] 1790 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1798:7
[INFO] [stdout]      |
[INFO] [stdout] 1798 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1805:7
[INFO] [stdout]      |
[INFO] [stdout] 1805 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1820:7
[INFO] [stdout]      |
[INFO] [stdout] 1820 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1840:7
[INFO] [stdout]      |
[INFO] [stdout] 1840 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1850:7
[INFO] [stdout]      |
[INFO] [stdout] 1850 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1868:7
[INFO] [stdout]      |
[INFO] [stdout] 1868 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1886:7
[INFO] [stdout]      |
[INFO] [stdout] 1886 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1900:7
[INFO] [stdout]      |
[INFO] [stdout] 1900 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1913:7
[INFO] [stdout]      |
[INFO] [stdout] 1913 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1925:7
[INFO] [stdout]      |
[INFO] [stdout] 1925 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1938:7
[INFO] [stdout]      |
[INFO] [stdout] 1938 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1951:7
[INFO] [stdout]      |
[INFO] [stdout] 1951 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1964:7
[INFO] [stdout]      |
[INFO] [stdout] 1964 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1982:7
[INFO] [stdout]      |
[INFO] [stdout] 1982 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:1992:7
[INFO] [stdout]      |
[INFO] [stdout] 1992 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:2006:7
[INFO] [stdout]      |
[INFO] [stdout] 2006 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:2018:7
[INFO] [stdout]      |
[INFO] [stdout] 2018 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/celt/pvq.rs:2031:7
[INFO] [stdout]      |
[INFO] [stdout] 2031 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:240:7
[INFO] [stdout]     |
[INFO] [stdout] 240 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:248:7
[INFO] [stdout]     |
[INFO] [stdout] 248 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:257:7
[INFO] [stdout]     |
[INFO] [stdout] 257 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:263:7
[INFO] [stdout]     |
[INFO] [stdout] 263 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:272:7
[INFO] [stdout]     |
[INFO] [stdout] 272 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:278:7
[INFO] [stdout]     |
[INFO] [stdout] 278 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:288:7
[INFO] [stdout]     |
[INFO] [stdout] 288 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:294:7
[INFO] [stdout]     |
[INFO] [stdout] 294 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:316:7
[INFO] [stdout]     |
[INFO] [stdout] 316 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:323:7
[INFO] [stdout]     |
[INFO] [stdout] 323 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:330:7
[INFO] [stdout]     |
[INFO] [stdout] 330 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:337:7
[INFO] [stdout]     |
[INFO] [stdout] 337 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:344:7
[INFO] [stdout]     |
[INFO] [stdout] 344 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:362:7
[INFO] [stdout]     |
[INFO] [stdout] 362 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:374:7
[INFO] [stdout]     |
[INFO] [stdout] 374 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:379:7
[INFO] [stdout]     |
[INFO] [stdout] 379 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:385:7
[INFO] [stdout]     |
[INFO] [stdout] 385 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:394:7
[INFO] [stdout]     |
[INFO] [stdout] 394 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:414:7
[INFO] [stdout]     |
[INFO] [stdout] 414 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:438:7
[INFO] [stdout]     |
[INFO] [stdout] 438 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:446:7
[INFO] [stdout]     |
[INFO] [stdout] 446 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:452:7
[INFO] [stdout]     |
[INFO] [stdout] 452 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:460:7
[INFO] [stdout]     |
[INFO] [stdout] 460 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:466:7
[INFO] [stdout]     |
[INFO] [stdout] 466 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:474:7
[INFO] [stdout]     |
[INFO] [stdout] 474 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:480:7
[INFO] [stdout]     |
[INFO] [stdout] 480 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:496:7
[INFO] [stdout]     |
[INFO] [stdout] 496 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:502:7
[INFO] [stdout]     |
[INFO] [stdout] 502 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:509:7
[INFO] [stdout]     |
[INFO] [stdout] 509 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:515:7
[INFO] [stdout]     |
[INFO] [stdout] 515 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:522:7
[INFO] [stdout]     |
[INFO] [stdout] 522 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:528:7
[INFO] [stdout]     |
[INFO] [stdout] 528 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:536:7
[INFO] [stdout]     |
[INFO] [stdout] 536 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:544:7
[INFO] [stdout]     |
[INFO] [stdout] 544 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:550:7
[INFO] [stdout]     |
[INFO] [stdout] 550 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:556:7
[INFO] [stdout]     |
[INFO] [stdout] 556 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:567:7
[INFO] [stdout]     |
[INFO] [stdout] 567 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:579:7
[INFO] [stdout]     |
[INFO] [stdout] 579 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:587:7
[INFO] [stdout]     |
[INFO] [stdout] 587 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:596:7
[INFO] [stdout]     |
[INFO] [stdout] 596 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:615:7
[INFO] [stdout]     |
[INFO] [stdout] 615 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:633:7
[INFO] [stdout]     |
[INFO] [stdout] 633 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:650:7
[INFO] [stdout]     |
[INFO] [stdout] 650 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:663:7
[INFO] [stdout]     |
[INFO] [stdout] 663 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:677:7
[INFO] [stdout]     |
[INFO] [stdout] 677 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:693:7
[INFO] [stdout]     |
[INFO] [stdout] 693 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:702:7
[INFO] [stdout]     |
[INFO] [stdout] 702 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/framing.rs:711:7
[INFO] [stdout]     |
[INFO] [stdout] 711 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/toc.rs:352:7
[INFO] [stdout]     |
[INFO] [stdout] 352 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/toc.rs:364:7
[INFO] [stdout]     |
[INFO] [stdout] 364 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/toc.rs:374:7
[INFO] [stdout]     |
[INFO] [stdout] 374 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/toc.rs:383:7
[INFO] [stdout]     |
[INFO] [stdout] 383 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/toc.rs:392:7
[INFO] [stdout]     |
[INFO] [stdout] 392 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/toc.rs:401:7
[INFO] [stdout]     |
[INFO] [stdout] 401 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/toc.rs:407:7
[INFO] [stdout]     |
[INFO] [stdout] 407 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/toc.rs:413:7
[INFO] [stdout]     |
[INFO] [stdout] 413 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/toc.rs:461:7
[INFO] [stdout]     |
[INFO] [stdout] 461 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/toc.rs:471:7
[INFO] [stdout]     |
[INFO] [stdout] 471 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/toc.rs:490:7
[INFO] [stdout]     |
[INFO] [stdout] 490 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/toc.rs:498:7
[INFO] [stdout]     |
[INFO] [stdout] 498 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/toc.rs:508:7
[INFO] [stdout]     |
[INFO] [stdout] 508 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]   --> src/util.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 |     #[test_log::test]
[INFO] [stdout]    |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]   --> src/util.rs:42:7
[INFO] [stdout]    |
[INFO] [stdout] 42 |     #[test_log::test]
[INFO] [stdout]    |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]   --> src/util.rs:53:7
[INFO] [stdout]    |
[INFO] [stdout] 53 |     #[test_log::test]
[INFO] [stdout]    |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1220:7
[INFO] [stdout]      |
[INFO] [stdout] 1220 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1233:7
[INFO] [stdout]      |
[INFO] [stdout] 1233 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1247:7
[INFO] [stdout]      |
[INFO] [stdout] 1247 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1261:7
[INFO] [stdout]      |
[INFO] [stdout] 1261 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1274:7
[INFO] [stdout]      |
[INFO] [stdout] 1274 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1286:7
[INFO] [stdout]      |
[INFO] [stdout] 1286 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1298:7
[INFO] [stdout]      |
[INFO] [stdout] 1298 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1309:7
[INFO] [stdout]      |
[INFO] [stdout] 1309 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1317:7
[INFO] [stdout]      |
[INFO] [stdout] 1317 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1334:7
[INFO] [stdout]      |
[INFO] [stdout] 1334 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1343:7
[INFO] [stdout]      |
[INFO] [stdout] 1343 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1352:7
[INFO] [stdout]      |
[INFO] [stdout] 1352 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1367:7
[INFO] [stdout]      |
[INFO] [stdout] 1367 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1372:7
[INFO] [stdout]      |
[INFO] [stdout] 1372 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1377:7
[INFO] [stdout]      |
[INFO] [stdout] 1377 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1389:7
[INFO] [stdout]      |
[INFO] [stdout] 1389 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1400:7
[INFO] [stdout]      |
[INFO] [stdout] 1400 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1410:7
[INFO] [stdout]      |
[INFO] [stdout] 1410 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1417:7
[INFO] [stdout]      |
[INFO] [stdout] 1417 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1425:7
[INFO] [stdout]      |
[INFO] [stdout] 1425 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1438:7
[INFO] [stdout]      |
[INFO] [stdout] 1438 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1449:7
[INFO] [stdout]      |
[INFO] [stdout] 1449 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/lib.rs:1462:7
[INFO] [stdout]      |
[INFO] [stdout] 1462 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `moosicbox_opus_native_test_vectors`
[INFO] [stdout]  --> tests/integration_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use moosicbox_opus_native_test_vectors::{calculate_snr, test_vectors_dir};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `moosicbox_opus_native_test_vectors`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `moosicbox_opus_native_test_vectors`, use `cargo add moosicbox_opus_native_test_vectors` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `moosicbox_opus_native_test_vectors`
[INFO] [stdout]   --> tests/integration_tests.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     use moosicbox_opus_native_test_vectors::vectors_available;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `moosicbox_opus_native_test_vectors`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `moosicbox_opus_native_test_vectors`, use `cargo add moosicbox_opus_native_test_vectors` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `moosicbox_opus_native_test_vectors`
[INFO] [stdout]   --> tests/integration_tests.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |         use moosicbox_opus_native_test_vectors::TestVector;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `moosicbox_opus_native_test_vectors`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `moosicbox_opus_native_test_vectors`, use `cargo add moosicbox_opus_native_test_vectors` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `moosicbox_opus_native_test_vectors`
[INFO] [stdout]    --> tests/integration_tests.rs:178:13
[INFO] [stdout]     |
[INFO] [stdout] 178 |         use moosicbox_opus_native_test_vectors::{TestVector, vectors_available};
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `moosicbox_opus_native_test_vectors`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `moosicbox_opus_native_test_vectors`, use `cargo add moosicbox_opus_native_test_vectors` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `moosicbox_opus_native_test_vectors`
[INFO] [stdout]    --> tests/integration_tests.rs:278:9
[INFO] [stdout]     |
[INFO] [stdout] 278 |     use moosicbox_opus_native_test_vectors::vectors_available;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `moosicbox_opus_native_test_vectors`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `moosicbox_opus_native_test_vectors`, use `cargo add moosicbox_opus_native_test_vectors` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `moosicbox_opus_native_test_vectors`
[INFO] [stdout]    --> tests/integration_tests.rs:288:13
[INFO] [stdout]     |
[INFO] [stdout] 288 |         use moosicbox_opus_native_test_vectors::TestVector;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `moosicbox_opus_native_test_vectors`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `moosicbox_opus_native_test_vectors`, use `cargo add moosicbox_opus_native_test_vectors` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `moosicbox_opus_native_test_vectors`
[INFO] [stdout]    --> tests/integration_tests.rs:372:9
[INFO] [stdout]     |
[INFO] [stdout] 372 |     use moosicbox_opus_native_test_vectors::vectors_available;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `moosicbox_opus_native_test_vectors`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `moosicbox_opus_native_test_vectors`, use `cargo add moosicbox_opus_native_test_vectors` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `moosicbox_opus_native_test_vectors`
[INFO] [stdout]    --> tests/integration_tests.rs:380:13
[INFO] [stdout]     |
[INFO] [stdout] 380 |         use moosicbox_opus_native_test_vectors::TestVector;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `moosicbox_opus_native_test_vectors`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `moosicbox_opus_native_test_vectors`, use `cargo add moosicbox_opus_native_test_vectors` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `moosicbox_opus_native_test_vectors`
[INFO] [stdout]    --> tests/integration_tests.rs:498:9
[INFO] [stdout]     |
[INFO] [stdout] 498 |     use moosicbox_opus_native_test_vectors::vectors_available;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `moosicbox_opus_native_test_vectors`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `moosicbox_opus_native_test_vectors`, use `cargo add moosicbox_opus_native_test_vectors` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `moosicbox_opus_native_test_vectors`
[INFO] [stdout]    --> tests/integration_tests.rs:506:13
[INFO] [stdout]     |
[INFO] [stdout] 506 |         use moosicbox_opus_native_test_vectors::TestVector;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `moosicbox_opus_native_test_vectors`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `moosicbox_opus_native_test_vectors`, use `cargo add moosicbox_opus_native_test_vectors` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `moosicbox_opus_native` (test "integration_tests") due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `moosicbox_opus_native` (lib test) due to 204 previous errors
[INFO] running `Command { std: "docker" "inspect" "541345f2687129fc1eaaf22f1cc643429c0e94ffc7b37795ef7518426ab57b7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "541345f2687129fc1eaaf22f1cc643429c0e94ffc7b37795ef7518426ab57b7a", kill_on_drop: false }`
[INFO] [stdout] 541345f2687129fc1eaaf22f1cc643429c0e94ffc7b37795ef7518426ab57b7a
